POV-Ray : Newsgroups : povray.beta-test : crash during debugging of parsing : crash during debugging of parsing Server Time
30 Jul 2024 06:30:48 EDT (-0400)
  crash during debugging of parsing  
From:
Date: 27 Dec 2001 06:49:28
Message: <332m2uspk9nfqfq6g7oc8qtmkcu5higjs7@4ax.com>
POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6

Sequence of operations:
1. type below script
2. start parsing
3. stop parsing before end of parsing
4. start again - crash !

#local C=0;
#while (C<10000)
  #debug "S"
  #local C=C+1;
#end

NOTE1: I can't duplicate this without stream directive
NOTE2: Works as well when additional line is added inside loop:
  #if(mod(C,100)=0)#debug"\n"#end

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.